home *** CD-ROM | disk | FTP | other *** search
- object StartParams: TStartParams
- Left = 299
- Top = 294
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Start-Parameter'
- ClientHeight = 263
- ClientWidth = 390
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 369
- Height = 198
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 24
- Top = 64
- Width = 93
- Height = 16
- Caption = 'Fensterbreite'
- end
- object Label2: TLabel
- Left = 24
- Top = 128
- Width = 96
- Height = 16
- Caption = 'Fensterhoehe'
- end
- object Label3: TLabel
- Left = 136
- Top = 24
- Width = 90
- Height = 16
- Caption = 'Parameterliste:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 183
- Top = 222
- Width = 95
- Height = 33
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 286
- Top = 222
- Width = 95
- Height = 33
- TabOrder = 1
- OnClick = CancelBtnClick
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CheckBox1: TCheckBox
- Left = 24
- Top = 24
- Width = 97
- Height = 17
- Caption = 'Applet'
- Enabled = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 2
- end
- object SpinEdit1: TSpinEdit
- Left = 32
- Top = 80
- Width = 89
- Height = 26
- Increment = 5
- MaxValue = 1248
- MinValue = 1
- TabOrder = 3
- Value = 500
- end
- object SpinEdit2: TSpinEdit
- Left = 32
- Top = 144
- Width = 89
- Height = 26
- Increment = 5
- MaxValue = 1024
- MinValue = 1
- TabOrder = 4
- Value = 300
- end
- object Memo1: TMemo
- Left = 136
- Top = 40
- Width = 225
- Height = 153
- Enabled = False
- Lines.Strings = (
- '')
- ScrollBars = ssBoth
- TabOrder = 5
- end
- end
-